-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update diffmah packaging to pyproject.toml #109
Conversation
aphearin
commented
Sep 26, 2023
- Update installation requirement to python>=3.9
- Update packaging structure to pyproject.toml
- Remove diffmah/_version.py and switch to dynamic versioning
@beckermr I think I got this right but this is the last release I'd like to do before the first Diffsky mocks that use this repo and so I figured I'd check to see if anything jumps out you. |
Nothing jumps out. You might add some tests like I do here to be sure: https://github.com/regro/conda-forge-metadata/blob/main/.github/workflows/tests.yml#L39 |
Hmmm @beckermr looks like I made some some kind of naive copypasta mistake in this commit. |
Change the checkout depth to get the full repo and not just the latest commit. |
Hmmmmm I'll need to debug locally to figure this out. |
OK @aphearin fixed - needed some deps that were missing |
Great - thanks for the help @beckermr! |